.header-2020 {
    background-color: #0271cd;
    height: 96px;
    font-size: 14px;
    border-bottom: 1px solid rgba(230, 230, 230, .98);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.5s;
}

.header-2020.header-2020-fixed {
    transition: all 0.5s;
}

.nav {
	float:left
}

.nav ul li {
  float: left;
  width: 94px;
  height: 96px;
  position: relative;
}

.nav ul li a {
  width: 100%;
  text-align: center;
  line-height: 91px;
  font-size: 16px;
  color: #fff;
  display: block;
}

.nav ul li a:hover {

 border-bottom: 5px solid #eb9000;
}

.nav ul li a.active {
  background: #eb9000;
}

.nav ul li.active >a {
	    border-bottom: 5px solid #eb9000;
}

.nav ul li .v_list {
  position: absolute;
  width: 120%;
  top: 96px;
  background: #015aaa;
  left: 0;
  z-index: 99;
  display: none;
}

.nav ul li .v_list a {
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  transition: .5s;
}

.nav ul li .v_list a:hover {
  transition: .5s;
  background: #eb9000;
}

.nav ul li:hover .v_list {
  display: block;
}



.header-2020 .hd_logo {
    width:328px;
    height: 53px;
    background: url(../image/00-logo.png) no-repeat;
    display: block;
    float: left;
    margin: 23px 0 0 10px;
	line-height:180px;
	overflow:hidden;
}

.header-2020 .sao_ma {
    width: 63px;
	font-size: 13px;
    height: 80px;
    /* background: url(../image/saoma.png) no-repeat; */
    display: flex;
    float: right;
    margin: 10px -85px 0 9px;
	}










.header-2020 .hd_nav {
    float: left;
}

.header-2020 .hd_nav .nav_item {
    float: left;
    width: 105px;
}

.header-2020 .hd_nav .nav_item:first-child {
    width: 122px;
}

.header-2020 .hd_nav .nav_item:first-child .nav-link {
    text-align: center;
    padding: 0;
}

.header-2020 .hd_nav .nav_item .nav-link {
    line-height: 79px;
    display: block;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding-left: 10px;
    cursor: pointer;
}

.header-2020 .hd_extra {
    float: right;
    margin: 26px 0 0 0;
}

.header-2020 .hd_extra .ebtn {/* height: 40px; */line-height: 21px;color: #ffffff;font-size: 20px;padding-left: 32px;}

.header-2020 .hd_extra .bg {
    background: none;
    color: #0086e1;
    margin: 0;
}

.header-2020 .nav-slide-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 80px;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

.header-2020 .nav-slide-content .nav-slide-wapper {
    width: 635px;
    height: 253px;
    background-color: #fff;
    margin: 0px 0 0 745px;
    overflow: hidden;
    border-color: rgba(230, 230, 230, .98);
    border-style: solid;
    border-width: 0 0 0 1px;
    margin-top: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* padding-left: 107px; */
}

.header-2020 .hd_nav .nav_item.current .nav-link {
    color: #ffffff;
    position: relative;
}

.header-2020 .hd_nav .nav_item.current .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0079e6, #54b9ff);
    bottom: -1px;
    left: 0;
    z-index: 99
}

.header-2020 .nav-slide-content.active .nav-slide-wapper {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: margin-top 0.5s ease;
    -moz-transition: margin-top ease 0.5s;
    transition: margin-top 0.5s ease;
}

.header-2020 .nav-slide-content.active .nav-slide-wapper .item.curr {
    background: url(../image/00-menu-hover-bg.png) repeat-x;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner {
    float: left;
    width: 245px;
    height: 333px;
    padding-top: 15px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img1 {
    background: url(../image/icon-1.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img2 {
    background: url(../image/icon-2.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img3 {
    background: url(../image/icon-3.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .div_img4 {
    background: url(../image/icon-4.png) no-repeat center left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc {
    padding: 15px 0 15px 25px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc:hover {
    background-color: #f5f6f7;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc {
    display: inline-block;
    margin-left: 8px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc span {
    font-size: 14px;
    font-weight: 600;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc span:hover {
    color: #0079e6;
}

.header-2020 .nav-slide-content .nav-slide-wapper .nav-slide-banner .first_desc .desc p {
    font-size: 12px;
    color: #bbbbbb;
    line-height: 20px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items {
    float: left;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item_img {
    background: url(../image/img-zczb.png.html) no-repeat center bottom;
    width: 180px;
    height: 280px;
    border-left: 1px solid #F0F0F0;
    padding: 30px 30px 0 0;
    cursor: pointer;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item_img:hover .ewm_img {
    display: block;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item_img .ewm_img {
    display: none;
    background: #0000004d url(../image/index_zb.jpg.html) no-repeat center center;
    width: 180px;
    height: 280px;
    margin-left: 15px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item {
    float: left;
    width: 105px;
    height: 348px;
    padding: 20px 0 0 4px;
    box-sizing: border-box;
    border-left: 1px solid #F0F0F0;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li {
    line-height: 40px;
    font-size: 14px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li a {
    display: block;
    position: relative;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li a:hover {
    color: #0079e6;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li i {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../image/00-new.png) no-repeat;
    margin-left: 5px;
    position: absolute;
    top: 12px;
}

.header-2020 .nav-slide-content .nav-slide-wapper .items .item li .icon2 {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(../image/00-hot.png) no-repeat;
}

.header-2020 .demo {
	background: url(../image/tel.png) no-repeat 2px 8px;
	width: 171px;
	float: left;
	position: relative;
	text-align: right;
}
.header-2020 .demo-sub {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding-top: 10px;
    z-index: 2;
}

.header-2020 .ys:hover .demo-sub {
    display: block;
}

.header-2020 .demo-sub .arrow {
    position: absolute;
    right: 59px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ED3C3F;
}

.header-2020 .demo-sub .inner {
    width: 600px;
    height: 580px;
    border: 3px solid #ED3C3F;
    text-align: center;
    background: #fff;
}

.header-2020 .demo-sub .title {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.header-2020 .demo-sub .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.header-2020 .demo-sub .subtitle.red {
    color: #ED3C3F;
}

.header-2020 .demo-sub .subtitle.blue {
    color: #3DBAF7;
}

.header-2020 .demo-sub .demo-table-wp {
    padding: 0 30px;
}

.header-2020 .demo-sub .demo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.header-2020 .demo-sub .demo-table tr {
    border: 1px solid #ddd;
}

.header-2020 .demo-sub .demo-table th,
.header-2020 .demo-sub .demo-table td {
    padding: 6px 14px;
}

.header-2020 .demo-sub .demo-table td a {
    color: #666;
}

.header-2020 .demo-sub .demo-table td a:hover {
    color: #ec5051;
}

.header-2020 .demo-sub .qrcode-list {
    padding: 0 50px;
}

.header-2020 .demo-sub .qrcode-list li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.header-2020 .demo-sub .qrcode-list li img {
    width: 98px;
    height: 98px;
}





.footer {
    color: #ffffff;
    font-size: 14px;
    background: #222;
}

.footer a {
    color: #cacaca;
}

.footer a:hover {
    color: #aaa;
}

.footer .footer_service {
    background: #0271cd;
    padding: 40px 0;
}

.footer .footer_service li {
    float: left;
    width: 300px;
}

.footer .footer_service li i {
    float: left;
    width: 50px;
    height: 50px;
    background: url(../image/bottom-icon.png) no-repeat;
}

.footer .footer_service li.item-1 i {
    background-position: 0 0;
}

.footer .footer_service li.item-2 i {
    background-position: -60px 0;
}

.footer .footer_service li.item-3 i {
    background-position: -120px 0;
}

.footer .footer_service li.item-4 i {
    background-position: -180px 0;
}

.footer .footer_service li.item-4 .text .h3 {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer_service li.item-4 .h4 {
    font-size: 23px;
    color: #fff;
}

.footer .footer_service li .text {
    padding-left: 70px;
}

.footer .footer_service li .text .h3 {
    font-size: 18px;
    color: #fff;
}

.footer .footer_link {
    padding-top: 44px;
    overflow: hidden;
}

.footer .footer_link .ft-help-1 {
    float: left;
    width: 333px;
    position: relative;
}

.footer .footer_link .ft-help-1 .logo {
    width: 152px;
    height: 50px;
    margin-bottom: 10px;
    background: url(../image/bottom-logo.png) no-repeat left top;
    margin-left: 20px;
}
.footer .footer_link  .left{width: 24.5%;height: 250px;border-right: 1px solid #2F446D;float: left;}
.footer .footer_link  .left .saleIcon{width: 200px;}
.footer .footer_link  .left .saleIcon a{display: block;width: 100%;height: 100%;cursor: default;}
.footer .footer_link  .left .saleIcon a img{width: 100%;}
.footer .footer_link  .left .saleService{line-height: 24px;margin-top: 11px;}
.footer .footer_link  .left .saleService .txt1{color: #fff;font-size: 12px;}
.footer .footer_link  .left .saleService .txt2{color: #fff;font-size: 18px;font-weight: bold;}
.footer .footer_link  .left .saleService .txt2 a{color: #fff;transition: all .4s;}
.footer .footer_link  .left .saleService .txt2 a:hover{color: #1178E1;}



.footer .footer_link .ft-help-1 .company {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 35px;
}

.footer .footer_link .ft-help-1 .number {
    width: 191px;
    height: 62px;
    border: 1px solid #333539;
}

.footer .footer_link .ft-help-1 .number .img {
    width: 24px;
    height: 31px;
    float: left;
    background: url(../image/bottom-icon2.png) no-repeat left top;
    margin: 12px 0 0 15px;
}

.footer .footer_link .ft-help-1 .number .info {
    margin-left: 53px;
    margin-top: 10px;
    font-size: 13px;
    white-space: nowrap;
}

.footer .footer_link .ft-help-1 .number .info h3 {
    color: #fff;
    margin-bottom: 2px;
}

.footer .footer_link .ft-help-1 .stage h3 {
    padding: 15px 0;
}

.footer .footer_link .ft-help-1 .stage .links a {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../image/bottom-icon2.png) no-repeat;
}

.footer .footer_link .ft-help-1 .stage .links a.item-1 {
    background-position: 0px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-2 {
    background-position: -30px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-3 {
    background-position: -60px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-4 {
    background-position: -90px -41px;
}

.footer .footer_link .ft-help-1 .stage .links a.item-5 {
    background-position: -120px -41px;
}

.footer .footer_link .ft-help-2 {
    display: none;
    float: left;
    width: 250px;
}

.footer .footer_link .ft-help-2 .contact {
    margin-bottom: 24px;
}

.footer .footer_link .ft-help-2 .contact i {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    background: rgba(255, 255, 255, .05) url(../image/bottom-mobile.png) no-repeat center;
}

.footer .footer_link .ft-help-2 .contact .text {
    margin-left: 63px;
}

.footer .footer_link .ft-help-2 .contact .text h3 {
    font-size: 14px;
    color: #999;
}

.footer .footer_link .ft-help-2 .contact .text p {
    font-size: 23px;
    color: #fff;
}

.footer .footer_link .ft-help-2 .qrcode {
    margin-right: -20px;
}

.footer .footer_link .ft-help-2 .qrcode .item {
    float: left;
    text-align: center;
    margin-left: 60px;
}

.footer .footer_link .ft-help-2 .qrcode .item .img {
    width: 110px;
    height: 110px;
    background: url(../image/2wm.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item-2 .img {
    background: url(../image/2wm-wechat.jpg) no-repeat center;
}

.footer .footer_link .ft-help-2 .qrcode .item p {
    line-height: 44px;
    color: #999;
}

.footer .footer_link .ft-help-2 h4 {
    font-size: 24px;
    font-weight: 500px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer_link .ft-help-2 .input {
    width: 238px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.footer .footer_link .ft-help-2 .input:nth-child(1) div {
    vertical-align: middle;
    padding: 5px;
    background: url("../image/bottom-icon02.png") no-repeat;
    display: inline-block;
    background-position-y: 8px;
    background-position-x: 4px;
    height: 22px;
    width: 14px;
}

.footer .footer_link .ft-help-2 .input:nth-child(2) div {
    vertical-align: middle;
    padding: 5px;
    background: url("../image/bottom-icon01.png") no-repeat;
    display: inline-block;
    background-position-y: 4px;
    background-position-x: 4px;
    height: 22px;
    width: 14px;
}

.footer .footer_link .ft-help-2 .input input {
    background: transparent;
    width: 190px;
    border: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.footer .footer_link .ft-help-2 .btn {
    width: 130px;
    height: 44px;
    background: linear-gradient(90deg, #0079e6, #0086e1);
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.footer .ft-menu {
    float: left;
    width: 553px;
    margin-left: 46px;
}

.footer .ft-menu .menu-list {
    float: left;
    width: 216px;
}

.footer .ft-menu .menu-list dt {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 13px;
}

.footer .ft-menu .menu-list a {
    display: block;
    line-height: 30px;
}

.footer .ft-menu .menu-1 {
    width: 200px;
}

.footer .ft-menu .menu-2 {
    width: 172px;
}

.footer .ft-menu .menu-3 {
    width: 157px;
}

.footer .footer_copy {
    text-align: center;
    padding-bottom: 56px;
    padding-top: 43px;
}

.footer .footer_copy p {
    line-height: 2;
    color: #737373;
}

.footer .footer_copy p span {
    margin: 0 10px;
}

.footer .ft-solution {
    text-align: center;
    margin-bottom: 39px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    padding: 23px 0;
}

.footer .ft-solution .item {
    display: inline-block;
    margin: 0 25px;
}

.footer .ft-solution span.item {
    color: #fff;
}

.footer .ft-friend {
    padding: 0 0 8px;
}

.footer .ft-friend a {
    margin: 0 9px;
}
.footer_link .footLink{flex: 1;}
.footer_link .footLink.attenUs{flex: 2;float: left;width: 305px;}
.footer_link .footLink .linkTit{cursor:default;font-size: 14px;color: #fff;margin-bottom: 25px;}
.footer_link .footLink .linkTit a{color: #fff;font-size: 14px;transition: all .4s;}
.footer_link .footLink .linkTit i{display: inline-block;vertical-align: middle;width: 3px;height: 8px;background: url(../img/footer_friendlink.png.html) no-repeat center;background-size: 100%;margin-left: 4px;}
.footer_link .footLink .linkTit a:hover{color: #1178E1;}
.footer_link .footLink .linkTit a:hover i{color: #1178E1;background: url(../img/footer_friendlink_on.png.html) no-repeat center;}
.footer_link .footLink ul li a{font-size: 12px;color:#838CA0;line-height: 28px;transition: all .4s;}
.footer_link .footLink ul li a:hover{color: #fff;}
.footer_link .footLink.attenUs .rqItem{margin-right: 26px;width: 114px;float: left;}
.footer_link .footLink.attenUs .rqItem:last-child{margin-right: 0;}
.footer_link .footLink.attenUs .text{font-size: 12px;color: #838CA0;margin-bottom: 15px;}
.footer_link .footLink.attenUs .img{width: 106px;height: 106px;}
.footer_link .footLink.attenUs .img img{width: 100%;}


.section-fixed-contact {
    display: none;
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    bottom: 0;
    height: 98px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: linear-gradient(-79deg, #f15119, #da1b1b);
    transition: all 0.5s;
}

.section-fixed-contact.section-fixed-contact-display {
    bottom: -98px;
    transition: all 0.5s;
}

.section-fixed-contact .container {
    position: relative;
}

.section-fixed-contact .text {
    float: left;
    line-height: 54px;
    padding-top: 23px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 60px;
}

.section-fixed-contact .text i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../image/contact.png) no-repeat center;
    vertical-align: -6px;
    margin-right: 10px;
}

.section-fixed-contact .text .num {
    color: #F81528;
    font-size: 36px;
    vertical-align: top;
    margin: 0 10px;
}

.section-fixed-contact .btns {
    float: right;
    padding-top: 25px;
}

.section-fixed-contact .btns a {
    margin-left: 10px;
}

.section-fixed-contact .btns .btn-red-shadow {
    vertical-align: top;
}

.section-fixed-contact .btns .btn-red-line {
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    width: 158px;
    margin-left: 10px;
}

.section-fixed-contact .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -80px;
    top: 10px;
    background: url(../image/close.png) no-repeat center;
}

.section-fixed-contact .orange {
    color: #FB6703;
}

.section-fixed-contact .red-number {
    color: #FFFFFF;
    font-size: 36px;
    font-style: italic;
    display: inline-block;
    vertical-align: -5px;
    font-weight: 700;
    margin: 0 10px;
}

.section-fixed-contact .form {
    float: left;
    padding: 27px 0;
}

.section-fixed-contact .form .input {
    width: 200px;
    height: 46px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.section-fixed-contact .form .input input {
    padding: 8px 10px;
    height: 30px;
    border: 0;
    width: calc(100% - 20px);
    font-size: 14px;
}

.section-fixed-contact .form .btn {
    float: left;
    width: 150px;
    height: 46px;
    background: linear-gradient(-90deg, #FB8732, #F6C418);
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    color: #FFFFFF;
    cursor: pointer;
}

.section-fixed-contact .btns .btn-red-shadow2 {
    width: 140px;
    height: 46px;
    background: #ffffff;
    color: #0079e6;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}

.section-fixed-contact .btns .btn-red-shadow2:hover {
    background: linear-gradient(-90deg, #0086e1, #da0b26);
    color: #FFFFFF;
}

@media screen and (max-width: 1457px) {
    .section-fixed-contact .close {
        right: -30px;
        top: 5px;
    }
}



.left_suspension {
    position: fixed;
    z-index: 99999;
    bottom: 30%;
}

.left_hide {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.go_info {
    position: absolute;
    width: 175px;
    height: 50px;
    bottom: 20px;
    left: 23px;
}



.c_nav {
    position: fixed;

    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}

.c_nav li {
    float: right;
}

.c_nav li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #0086e1 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
}

.c_nav li a i {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 11px 0 9px 0;
    transition: all 0.5s;
}

.c_nav li.li1 a {
    background: linear-gradient(0deg, #0079e6, #0093dd);
    color: #fff;
    transition: all 0.5s;
    height: 120px;
}

.c_nav li.li1 a p {
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 16px;
}

.c_nav li.li1 i {
    background: url('../image/side_icon_01.png') center no-repeat;
    width: 40px;
    height: 40px;
}

.c_nav li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li2 .hides {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(../image/side_tel_02.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    line-height: 1;
}

.c_nav li.li2 i {
    background: url('../image/side_tel_01.png') center no-repeat;
}

.c_nav li a:hover i {
    transform: rotate(360deg);
}

.c_nav li.li2 a:hover {
    background: linear-gradient(0deg, #0079e6, #0086e1);
}

.c_nav li.li2 a:hover .hides {
    display: block;
}

.c_nav li.li2 a:hover .shows {
    display: none;
}

.c_nav li.li2 a:hover {
    width: 230px;
}

.c_nav li.li4 a:hover {
    background: linear-gradient(0deg, #0079e6, #0086e1);
    color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
    background: url('../image/side_coo_02.png') center no-repeat;
}

.c_nav li.li4 i {
    background: url('../image/side_coo_01.png') center no-repeat;
}

.c_nav li.li5 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li5 a:hover {
    background: linear-gradient(0deg, #0079e6, #0086e1);
    color: #FFFFFF;
}

.c_nav li.li5 a:hover i {
    background: url('../image/side_ewm_02.png') center no-repeat;
}

.c_nav li.li5 i {
    background: url('../image/side_ewm_01.png') center no-repeat;
}

.c_nav li.li5 .img {
    width: 108px;
    padding: 15px;
    border-radius: 5px;
    background: #0cd579;
    position: absolute;
    left: 180px;
    top: -48px;
}

.c_nav li.li5 .img img {
    width: 108px;
    height: 108px;
    display: block;
}

.c_nav li.li5 .img p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.c_nav li.li5:hover .ewm_div {
    display: block;
}

.c_nav li.li5 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #0079e6, #0086e1);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}

.c_nav li.li5 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../image/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li5 .ewm_div .img_div {
    background: url(../image/ewm.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}

.c_nav li.li6 .out {
    background: url(../image/side_icon_05.png) center no-repeat #FFFFFF;
}

.c_nav li.li6 .top_return {
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 30px;
    border-radius: 5px;
}

.c_nav li.li6 .over {
    display: none;
    background: linear-gradient(0deg, #0079e6, #0086e1);
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.c_nav li.li6:hover .over {
    display: block;
}

.c_nav li.li6:hover .out {
    display: none;
}

.c_nav li.li1 {
    -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}

.c_nav li.li2 {
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}

.c_nav li.li4 {
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li5 {
    -webkit-animation: rotateInDownLeft 1.5s 2.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 2.5s ease both;
    position: relative;
}

.c_nav li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3s ease both;
    -moz-animation: rotateInDownRight 1.5s 3s ease both;
    cursor: pointer;
}

.c_nav .d-daili {
    border: 0 none;
    top: 38px;
    width: 320px;
    border-radius: 5px 5px 0px 0px;
}

.c_nav .d-daili .arrow {
    top: 170px;
    right: -7px;
}

.c_nav .d-daili .inner-box {
    padding: 0;
}

.c_nav .d-daili .daili-title {
    height: 95px;
    background: url(../image/bg_input.jpg) no-repeat center top;
    border-radius: 5px 5px 0px 0px;
    color: #FFFFFF;
    text-align: center;
}

.c_nav .d-daili .daili-title div {
    padding-top: 21px;
}

.c_nav .d-daili .daili-title span {
    font-size: 20px;
}

.c_nav .d-daili .daili-title p {
    font-size: 16px;
}

.c_nav .d-daili .daili-form {
    padding: 20px;
    border: 1px solid #E0E1E5;
}

.c_nav .d-daili .daili-form .input-row {
    position: relative;
}

.c_nav .d-daili .daili-form .input-icon {
    position: absolute;
    left: 7px;
    top: 9px;
    width: 24px;
    height: 24px;
    background: url(../image/icon_input.png) no-repeat;
}

.c_nav .d-daili .daili-form .input-icon.icon-company {
    background-position: 0 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-man {
    background-position: -48px 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-tel {
    background-position: -72px 0;
}

.c_nav .d-daili .daili-form .input {
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 14px;
}

.c_nav .d-daili .daili-form .btn-row {
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
}

.c_nav .d {
    display: none;
    width: 320px;
    background: #fff;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
}

.c_nav .d .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../image/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 190px;
}

/*****************Ã¤Â¾Â§Ã¦Â Â*****************/
.sideBar{position: fixed;width: 60px;right: 40px;bottom: 432px;z-index: 98;}
.sideBar a{display: block;width: 60px;height: 60px;}
.sideBar .sideItem{position: relative;background: #fff;border-radius: 4px;box-shadow:0px 4px 16px 0px rgba(15,120,225,0.16);margin-top: 4px;}
.sideBar .sideItem:first-child{margin-top: 0;}
.sideBar .sideItem a{padding-top: 5px;transition: .4s;border-radius: 4px;}
.sideBar .sideItem a span{display: block;width: 32px;height: 32px;margin: 0 auto 4px;background-repeat: no-repeat;background-position: center center;background-size: contain;transition: .4s;}
.sideBar .sideItem a p{font-size: 10px;line-height: 14px;text-align: center;}
.sideBar .sideItem a:hover{background: #FF9C1B;transition: .4s;}
.sideBar .sideItem a:hover p{color: #fff;}
.sideBar .sideItem a:hover span{transition: .4s;}
.sideBar .sideItem a .icon1{background-image: url(../image/sidebar_qq_default.png);}
.sideBar .sideItem a:hover .icon1{background-image: url(../image/sidebar_qq_selected.png);}
.sideBar .sideItem a .icon2{background-image: url(../image/sidebar_call_default.png);}
.sideBar .sideItem a .icon3{background-image: url(../image/sidebar_msg_default.png);}
.sideBar .sideItem a:hover .icon3{background-image: url(../image/sidebar_msg_selected.png);}
.sideBar .sideItem a .icon4{background-image: url(../image/sidebar_support_default.png);}
.sideBar .sideItem a:hover .icon4{background-image: url(../image/sidebar_support_selected.png);}
.sideBar .sidePhone{display:none;width: 232px;background: url(../image/phone_bg.png);background-size: 100% 100%;padding: 16px 24px;;position: absolute;right: 74px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.sideBar .sidePhone h4{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.sideBar .sidePhone h3{font-size: 24px;color: #FF9C1B;font-weight: bold;line-height: 30px;}
.sideBar .sidePhone p{font-size: 16px;line-height: 20px;margin-bottom: 8px;}
.sideBar .sidePhone span{font-size: 24px;color: #FF9C1B;font-weight: bold;line-height: 30px;}
.sideBar .sideItem{width: 60px;}
.sideBar .sideItem.phoneItem{position:relative;right:0;width: 60px;background: transparent;box-shadow: none;transition: all .4s;}
.sideBar .sideItem.phoneItem a{background: #fff;border-radius: 4px;box-shadow:0px 4px 16px 0px rgba(15,120,225,0.16);}
.sideBar .sideItem.phoneItem:hover{width: 306px;right: 246px;}
.sideBar .sideItem.phoneItem:hover a{background: #FF9C1B;transition: .4s;}
.sideBar .sideItem.phoneItem:hover a .icon2{background-image: url(../image/sidebar_call_selected.png);}
.sideBar .sideItem.phoneItem:hover a p{color: #fff;}
.sideBar .sideItem.phoneItem:hover .sidePhone{display: block;}
.sideBar .kjj{margin-top: 20px;}
.sideBar .kjj img{width: 100%;}
